home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Developer Scripts / FileMaker Pro 2.0 AS Examples / Syntax Examples / Count examples next >
Text File  |  1992-11-25  |  132b  |  5 lines

  1. tell application "FileMaker Pro"
  2.     Record count in first window
  3.     Layout count in Database "Test1"
  4.     Cell count in last window
  5. end tell